home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10629 < prev    next >
Encoding:
Text File  |  1996-08-05  |  844 b   |  29 lines

  1. Newsgroups: comp.lang.c
  2. Path: netcom.com!cfg
  3. From: cfg@netcom.com (Carlos Francisco Gomez)
  4. Subject: Mixing ANSI + Non-ANSI objects?
  5. Message-ID: <cfgDoHq5p.Fqn@netcom.com>
  6. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  7. Date: Tue, 19 Mar 1996 01:15:24 GMT
  8. Sender: cfg@netcom.netcom.com
  9.  
  10.  
  11. Hello -
  12.  
  13. We are currently porting a portion of our ANSI 
  14. codebase to another platform, where the delivered 
  15. objects that we are going to use were compiled with 
  16. the non-ANSI version of the compiler.  These objects
  17. are "black boxes", in coff format, that cannot be 
  18. recompiled as ANSI (not our code).
  19.  
  20. Our question is, can we mix our ANSI objects with
  21. non-ANSI objects?  We hate the thought of downgrading
  22. our codebase to the non-ANSI compiler, and want the
  23. stricter compiling.
  24.  
  25. Thanks for any info you may have.
  26.  
  27. ...cfg...
  28. 03/18/96
  29.